PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / setAfterPrintAction Method
A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed after the document is printed.
In This Topic
    setAfterPrintAction Method
    In This Topic
    Sets the javascript action to execute after the document is printed.
    Syntax
    public void setAfterPrintAction( 
       PDFJavaScriptAction value
    )

    Parameters

    value
    A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed after the document is printed.
    See Also